home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TSELECTCOMBOFORM / TSELECTCOMBOFORM.txt
Text File  |  2004-10-12  |  1KB  |  62 lines

  1. object SelectComboForm: TSelectComboForm
  2.   Left = 181
  3.   Top = 85
  4.   BorderStyle = bsDialog
  5.   Caption = '-'
  6.   ClientHeight = 121
  7.   ClientWidth = 321
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   DesignSize = (
  19.     321
  20.     121)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object lLabel: TLabel
  24.     Left = 16
  25.     Top = 16
  26.     Width = 3
  27.     Height = 13
  28.   end
  29.   object ComboBox: TComboBox
  30.     Left = 16
  31.     Top = 32
  32.     Width = 289
  33.     Height = 21
  34.     Style = csDropDownList
  35.     Anchors = [akLeft, akTop, akRight]
  36.     ItemHeight = 13
  37.     TabOrder = 0
  38.   end
  39.   object bOK: TButton
  40.     Left = 88
  41.     Top = 80
  42.     Width = 96
  43.     Height = 25
  44.     Anchors = [akRight, akBottom]
  45.     Caption = 'OK'
  46.     Default = True
  47.     ModalResult = 1
  48.     TabOrder = 1
  49.   end
  50.   object bCancel: TButton
  51.     Left = 200
  52.     Top = 80
  53.     Width = 96
  54.     Height = 25
  55.     Anchors = [akRight, akBottom]
  56.     Cancel = True
  57.     Caption = 'Cancel'
  58.     ModalResult = 2
  59.     TabOrder = 2
  60.   end
  61. end
  62.